Add VBD.runtime_properties dictionary, and use that to implement xm block-list
authorEwan Mellor <ewan@xensource.com>
Tue, 20 Mar 2007 11:45:44 +0000 (11:45 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 20 Mar 2007 11:45:44 +0000 (11:45 +0000)
commit26f758a7623083acd192f02b920b53f77738efb8
treec4bfb4ca3ab1d735d778e27338f52657bd441d26
parentca1134470471220714c16e78149cdd10dab31966
Add VBD.runtime_properties dictionary, and use that to implement xm block-list
through the Xen-API.  Implement xm block-attach and xm block-detach also.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendVDI.py
tools/python/xen/xm/main.py
tools/python/xen/xm/xenapi_create.py